home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 September
/
CHIP NET Rehberi Eylül 1998.iso
/
ftp
/
iftp21
/
EXAMPLES.ZIP
/
EXAM8.FTP
< prev
next >
Wrap
Text File
|
1997-09-02
|
438b
|
16 lines
:---------------------------------------------------------------------
: exam8.ftp
: iFTP example script, using the MOVE command
:---------------------------------------------------------------------
open ftpsite
if not success then goto error
move ftp:/dl*.zip import
if not success then goto error
exit
:----------------------------------------------------------------------
LABEL error
WriteError "Error"